home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Preview: Enemy of the State
/
Interactive Preview: Enemy of the State.iso
/
pc
/
alrtthis.dxr
/
00076.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-18
|
176 b
|
15 lines
on exitFrame
go(the frame)
end
on keyDown
case the key of
ENTER, RETURN:
doDefaultButton()
end case
end
on doDefaultButton
closePromptAndReturnValues()
end